chore(deps): update github-actions-updates (major)#821
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
9b48959 to
7bd5d2a
Compare
Security & Bug ReviewI've reviewed this PR and found no security vulnerabilities or bugs in the changes themselves. SummaryThis PR updates GitHub Actions dependencies:
Analysis✅ No Security Issues Found
✅ No Bugs Detected
Recommendation: ✅ Safe to merge after CI passes. Monitor the first workflow run to confirm artifact upload/download operations succeed. |
7bd5d2a to
451bf70
Compare
64ff1c4 to
f5d3f00
Compare
f5d3f00 to
8721208
Compare
8721208 to
defe234
Compare
7c8c47d to
b628f89
Compare
9b8c52c to
3a09393
Compare
3a09393 to
8967292
Compare
97e27f7 to
dd9280e
Compare
7329a91 to
435997d
Compare
435997d to
8acfff7
Compare
d2ed8f5 to
ff6ddb4
Compare
16e03ab to
c229bd9
Compare
c229bd9 to
59ef666
Compare
59ef666 to
66f4e53
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4→v5v5→v6v5→v8v4→v7v7→v8.2.0v5.5.1→v7.0.0v5.3.0→v6.0.0v6.1.0→v7.3.1Release Notes
actions/cache (actions/cache)
v5.0.5Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.0.5
v5.0.4Compare Source
v5.0.3Compare Source
What's Changed
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)@actions/coreto v2.0.3Full Changelog: actions/cache@v5...v5.0.3
v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
v5Compare Source
actions/checkout (actions/checkout)
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v6Compare Source
actions/download-artifact (actions/download-artifact)
v8.0.1Compare Source
What's Changed
Full Changelog: actions/download-artifact@v8...v8.0.1
v8.0.0Compare Source
v8 - What's new
Direct downloads
To support direct uploads in
actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks theContent-Typeheader ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the newskip-decompressparameter tofalse.Enforced checks (breaking)
A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the
digest-mismatchparameter. To be secure by default, we are now defaulting the behavior toerrorwhich will fail the workflow run.ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
errorby @danwkennedy in #461Full Changelog: actions/download-artifact@v7...v8.0.0
v8Compare Source
v7.0.0Compare Source
v7 - What's new
Node.js 24
This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
New Contributors
Full Changelog: actions/download-artifact@v6.0.0...v7.0.0
v7Compare Source
v6.0.0Compare Source
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.@actions/artifacttov4.0.0v6.0.0by @danwkennedy in #438New Contributors
Full Changelog: actions/download-artifact@v5...v6.0.0
v6Compare Source
actions/upload-artifact (actions/upload-artifact)
v7.0.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v7...v7.0.1
v7.0.0Compare Source
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v6...v7.0.0
v7Compare Source
v6.0.0Compare Source
v6Compare Source
v5.0.0Compare Source
v5Compare Source
astral-sh/setup-uv (astral-sh/setup-uv)
v8.2.0Compare Source
v8.1.0: 🌈 New inputno-projectCompare Source
Changes
This add the a new boolean input
no-project.It only makes sense to use in combination with
activate-environment: trueand will append--no projectto theuv venvcall. This is for example useful if you have a pyproject.toml file with parts unparseable by uv🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
v8.0.0: 🌈 Immutable releases and secure tagsCompare Source
This is the first immutable release of
setup-uv🥳All future releases are also immutable, if you want to know more about what this means checkout the docs.
This release also has two breaking changes
New format for
manifest-fileThe previously deprecated way of defining a custom version manifest to control which
uvversions are available and where to download them from got removed. The functionality is still there but you have to use the new format.No more major and minor tags
To increase security even more we will stop publishing minor tags. You won't be able to use
@v8or@v8.0any longer. We do this because pinning to major releases opens up users to supply chain attacks like what happened to tj-actions.🚨 Breaking changes
🧰 Maintenance
codecov/codecov-action (codecov/codecov-action)
v7.0.0Compare Source
v7Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1
v6.0.0Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0
v6Compare Source
v5.5.4Compare Source
This is a mirror of
v5.5.2.v6will be released which requiresnode24What's Changed
Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4
v5.5.3Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3
v5.5.2Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2
crazy-max/ghaction-github-labeler (crazy-max/ghaction-github-labeler)
v6.0.0Compare Source
Full Changelog: crazy-max/ghaction-github-labeler@v5.3.0...v6.0.0
v6Compare Source
release-drafter/release-drafter (release-drafter/release-drafter)
v7.3.1Compare Source
What's Changed
Bug Fixes
Maintenance
Dependency Updates
8 changes
Full Changelog: release-drafter/release-drafter@v7.3.0...v7.3.1
v7.3.0Compare Source
What's Changed
New
Bug Fixes
Maintenance
Dependency Updates
Full Changelog: release-drafter/release-drafter@v7.2.1...v7.3.0
v7.2.1Compare Source
What's Changed
Bug Fixes
Maintenance
Full Changelog: release-drafter/release-drafter@v7.2.0...v7.2.1
v7.2.0Compare Source
What's Changed
New
Bug Fixes
Maintenance
Documentation
Dependency Updates
Full Changelog: release-drafter/release-drafter@v7.1.1...v7.2.0
v7.1.1Compare Source
What's Changed
Bug Fixes
Full Changelog: release-drafter/release-drafter@v7.1.0...v7.1.1
v7.1.0Compare Source
What's Changed
New
Bug Fixes
Maintenance
Documentation
Full Changelog: release-drafter/release-drafter@v7.0.0...v7.1.0
v7.0.0Compare Source
What's Changed
Breaking
Bug Fixes
Maintenance
Documentation
Other changes
Dependency Updates
Full Changelog: release-drafter/release-drafter@v6.4.0...v7.0.0
v7Compare Source
v6.4.0Compare Source
What's Changed
New
Maintenance
Full Changelog: release-drafter/release-drafter@v6.3.0...v6.4.0
v6.3.0Compare Source
What's Changed
New
Maintenance
Dependency Updates
8 changes
Full Changelog: release-drafter/release-drafter@v6.2.0...v6.3.0
v6.2.0Compare Source
What's Changed
New
Maintenance
Documentation
Full Changelog: release-drafter/release-drafter@v6.1.1...v6.2.0
v6.1.1Compare Source
What's Changed
Bug Fixes
Documentation
Full Changelog: release-drafter/release-drafter@v6.1.0...v6.1.1
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.